home *** CD-ROM | disk | FTP | other *** search
- #DarkGold skin for PopUp+ 2.0.3.6
- #feel free to use this as a starting point for your future skins ;)
-
- # background
- object
- type bitmap
- source back.bmp
- ifset 1
- mono
- x 0
- y 0
- w -1
- h -1
- end
-
- # side
- object
- type bitmap
- source side.bmp
- ifset 1
- mono
- x 0
- y 0
- h -1
- end
-
- object
- type bitmap
- source back.bmp
- ifnotset 1
- x 0
- y 0
- w -1
- h -1
- end
-
- # side
- object
- type bitmap
- source side.bmp
- ifnotset 1
- x 0
- y 0
- h -1
- end
-
- # top and bottom lines
- object
- type bitmap
- source ct.bmp
- x 0
- y 0
- w -1
- end
-
- object
- type bitmap
- source cb.bmp
- x 0
- y -1
- w -1
- end
-
- # left and right lines
- object
- type bitmap
- source lc.bmp
- x 0
- y 0
- h -1
- end
-
- object
- type bitmap
- source rc.bmp
- x -1
- y 0
- h -1
- end
-
- # corners
- object
- type bitmap
- source lt.bmp
- x 0
- y 0
- end
-
- object
- type bitmap
- source lb.bmp
- x 0
- y -1
- end
-
- object
- type bitmap
- source rt.bmp
- x -1
- y 0
- end
-
- object
- type bitmap
- source rb.bmp
- x -1
- y -1
- end
-
- # popup icon
- object
- type icon
- x 6
- y 6
- end
-
- # popup title
- object
- type title
- color 255 255 255
- x 30
- y 5
- end
-
- # popup text
- object
- type text
- color 240 240 240
- x 30
- y 25
- end
-